Revision: ftp-utils--lord--1.0--patch-31
Archive: lord@regexps.com--2002
Creator: Tom Lord <lord@regexps.com>
Date: Thu Feb 28 18:12:20 PST 2002
Standard-date: 2002-03-01 02:12:20 GMT
Summary: fixed a malloc reentrancy bug in `with-ftp'
Keywords: 
New-files: {arch}/ftp-utils/ftp-utils--lord/ftp-utils--lord--1.0/lord@regexps.com--2002/patch-log/patch-31
Modified-files: ChangeLog
  ChangeLog.d/lord@regexps.com--2002/ChangeLog.lord--1.0
  with-ftp/with-ftp.c
New-patches: lord@regexps.com--2002/ftp-utils--lord--1.0--patch-31

The SIGCHLD handler for the immediate subprocess invoked `vu_unlink'
which can result in a call to `regexec' which can result in a `malloc'
reentrancy problem.  Use `unlink' instead.

